projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84b186
)
* configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
author
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:40:35 +0000
(
01:40
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 31 Jul 1993 01:40:35 +0000
(
01:40
+0000)
and #define HAVE_AIX_SMT_EXP if we do. This is present in some
versions of AIX, and needs to be passed to the loader.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 2d6d8d6686e19ec54345ab1722b7dd36de954e9a..5aefb917feb74b72aaa7a893f980c8ab150ba071 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1196,6
+1196,12
@@
if [ x"${version}" = x ]; then
exit 1
fi
+if [ -f /usr/lpp/X11/bin/smt.exp ]; then
+ ]
+ AC_DEFINE(HAVE_AIX_SMT_EXP)
+ [
+fi
+
#### Specify what sort of things we'll be editing into Makefile and config.h.
### Use configuration here uncanonicalized to avoid exceeding size limits.